home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / ooo / f_0020 / sbasic.jar / text / sbasic / common / 00000002.xml next >
Encoding:
Extensible Markup Language  |  2003-08-01  |  6.3 KB  |  35 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>%PRODUCTNAME Basic Glossary</title><meta name="filename" content="text/sbasic/common/00000002"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-style:italic;}
  8.         span.T2{
  9.                 font-weight:bold;}
  10.         </style></head><body>
  11.   
  12.   
  13.   <p class="P1"/>
  14.   <p class="Head1"><help:paragraphinfo state="U" number="1" xmlns:help="http://openoffice.org/2000/help"/><a name="glossar"/><help:link Id="66636" xmlns:help="http://openoffice.org/2000/help"><help:productname>%PRODUCTNAME</help:productname> Basic Glossary</help:link></p>
  15.   <p class="Paragraph"><help:paragraphinfo state="U" number="2" xmlns:help="http://openoffice.org/2000/help"/>This glossary explains some technical terms that you may come across when working with <help:productname xmlns:help="http://openoffice.org/2000/help">%PRODUCTNAME</help:productname> Basic.<a name="ende"/></p>
  16.   <p class="Paragraph"><help:paragraphinfo state="U" number="4" xmlns:help="http://openoffice.org/2000/help"/><help:link Id="66636" Eid="dezimal" xmlns:help="http://openoffice.org/2000/help">Decimal Point</help:link>, <help:link Id="66636" Eid="farben" xmlns:help="http://openoffice.org/2000/help"> Colors</help:link>, <help:link Id="66636" Eid="masseinheiten" xmlns:help="http://openoffice.org/2000/help">Measurement Units</help:link>, <help:link Id="66636" Eid="twips" xmlns:help="http://openoffice.org/2000/help">Twips</help:link>, <help:link Id="66636" Eid="urllocal" xmlns:help="http://openoffice.org/2000/help">URL Notation</help:link></p>
  17.   <help:paragraphinfo state="E" xmlns:help="http://openoffice.org/2000/help"/><help:to-popup Eid="dezimal" xmlns:help="http://openoffice.org/2000/help">
  18.   <p class="Head2"><help:paragraphinfo state="U" number="7"/><a name="dezimal"/>Decimal Point</p>
  19.   <p class="Paragraph"><help:paragraphinfo state="U" number="8"/>When converting numbers, <help:productname>%PRODUCTNAME</help:productname> Basic uses the locale settings of the system for determining the type of decimal and thousand separator.</p>
  20.   <p class="Paragraph"><help:paragraphinfo state="U" number="9"/>The behavior has an effect on both the implicit conversion ( 1 + "2.3" = 3.3 ) as well as the runtime function <help:link Id="66406">IsNumeric</help:link>.</p>
  21.   <help:paragraphinfo state="E"/></help:to-popup>
  22.   <p class="Head2"><help:paragraphinfo state="U" number="29" xmlns:help="http://openoffice.org/2000/help"/><a name="farben"/>Colors</p>
  23.   <p class="Paragraph"><help:paragraphinfo state="U" number="30" xmlns:help="http://openoffice.org/2000/help"/>In <help:productname xmlns:help="http://openoffice.org/2000/help">%PRODUCTNAME</help:productname> Basic, colors are treated as long integer value. The return value of color queries is also always a long integer value. When defining properties, colors can be specified using their RGB code that is converted to a long integer value using the <help:link Id="66436" Eid="rgb" xmlns:help="http://openoffice.org/2000/help">RGB function</help:link>.</p>
  24.   <p class="Head2"><help:paragraphinfo state="U" number="32" xmlns:help="http://openoffice.org/2000/help"/><a name="masseinheiten"/>Measurement Units</p>
  25.   <p class="Paragraph"><help:paragraphinfo state="U" number="33" xmlns:help="http://openoffice.org/2000/help"/>In <help:productname xmlns:help="http://openoffice.org/2000/help">%PRODUCTNAME</help:productname> Basic, a <span class="T1">method parameter</span> or <span class="T1">property</span> a expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <span class="T2">Tools - Options - (Document Type) - General</span>.</p>
  26.   <help:paragraphinfo state="E" xmlns:help="http://openoffice.org/2000/help"/><help:to-popup Eid="twips" xmlns:help="http://openoffice.org/2000/help"><a name="twips"/>
  27.   <p class="Head2"><help:paragraphinfo state="U" number="5"/><help:key-word value="Twips" tag="kw66636_1"/>Twips</p>
  28.   <p class="Paragraph"><help:paragraphinfo state="U" number="6"/>A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter.</p>
  29.   <help:paragraphinfo state="E"/></help:to-popup>
  30.   <p class="Head2"><help:paragraphinfo state="U" number="106" xmlns:help="http://openoffice.org/2000/help"/><a name="urllocal"/>URL Notation</p>
  31.   <p class="Paragraph"><help:paragraphinfo state="U" number="108" xmlns:help="http://openoffice.org/2000/help"/>URLs (<span class="T1">Uniform Resource Locators</span>) are used to determine the location of a ressource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:</p>
  32.   <p class="Paragraph"><help:paragraphinfo state="U" number="107" xmlns:help="http://openoffice.org/2000/help"/><span class="T2">protocol</span>://<span class="T2">host.name</span>/<span class="T2">path/to/the/file.html</span></p>
  33.   <p class="Paragraph"><help:paragraphinfo state="U" number="109" xmlns:help="http://openoffice.org/2000/help"/>The most common usage of URLs is on the internet when specifying web pages. Example for protocols are <span class="T2">http</span>, <span class="T2">ftp</span>, or <span class="T2">file</span>. The <span class="T2">file</span> protocol specifier is used when referring to a file on the local file system.</p>
  34.   <p class="Paragraph"><help:paragraphinfo state="U" number="110" xmlns:help="http://openoffice.org/2000/help"/>URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<span class="T2">/</span>) is used as a path separator. For example, a file referred to as <span class="T2">C:\My File.sxw</span> on the local host in "Windows notation" becomes <span class="T2">file:///C|/My%20File.sxw</span> in URL notation.</p>
  35.  </body></html>